home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_2.swf / scripts / DefineButton2_366 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  135b  |  9 lines

  1. on(release){
  2.    getUrl("FSCommand:save", "1");
  3.    tellTarget("../really")
  4.    {
  5.       gotoAndStop("Save");
  6.       play();
  7.    }
  8. }
  9.